Vcenter Authorization Privileges ListResult
The Vcenter Authorization Privileges ListResult schema contains information about the performed privilege checks, if there are any further privilege checks available for reading, and if there are privilege checks potentially missing.
This schema was added in vSphere API 9.0.0.0.
{
"items": [
{
"privilege": "string",
"info": {
"name": "string",
"description": "string",
"on_parent": false,
"version": 0
}
}
],
"marker": "string"
}
The privileges that match the specifiedVcenter Authorization Privileges FilterSpec and Vcenter Authorization Privileges IterationSpec in lexicographical order.
This property was added in vSphere API 9.0.0.0.
An opaque marker indicating the last returned privilege. If there are more privileges collected than were returned, the next ones can be retrieved directly by passing this value to another call to {#list}.
This property was added in vSphere API 9.0.0.0.
If missing or null
then all of the currently available privileges have been returned.